html {font-size: 62.5%;}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;font-size: 1.4rem;
    color: #333333;
    background-color: #fff;
}

/*列表页通用样式*/
.listPage .wrap{
    width: 100%;
    /* min-height:823px; */
    padding-bottom: 20px;
    background-color: #edf3f8;
}
.listPage  .content{
    width: 1185px;
    margin: 0 auto;
    min-height: 348px;
}
.listPage  .leads{
    padding: 16px 0;
}
.listPage  .leads span{
    display: inline-block;
    height: 18px;
    vertical-align: bottom;
    font-weight: 500;
    color: #717172;
}
.listPage .navs{
    width: 190px;
    /* height: 600px; */
    float: left;
    background-color: #fff;
}
.listPage  .navs .tit{
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding-left: 21px;
    margin-bottom: 0;
    vertical-align: bottom;
    color: #f5f7fb;
    background-color: #1e72ba;
}
.listPage  .cont{
    width: 985px;
    /* height: 615px; */
    float: right;
}
.listPage  .cont .search{
    width: 985px;
    /* height: 145px; */
    padding: 20px 0;
    background-color: #fff;
}
.listPage  .searchTable{
    width: calc(100% - 40px);
    margin-left: 20px;
}
.listPage .search div.clearfix:not(:last-child){
    margin-bottom: 15px;
}
.listPage .search span{
    font-weight: 600;
    width: 70px;
    float: left;
    text-align: right;
    padding: 0.7rem 0.5rem;
}
.listPage .search span+div{
    padding-left:70px;
}
.listPage .search input,.listPage .search select{
    background-color: #fafafa;
    box-shadow: none;
    padding:0 10px;
    width: 100%;
    border: 1px solid #ddd!important;
    height: 34px;
}
.listPage  .searchTable td{
    padding: 0.9rem 0.5rem;white-space:nowrap
}
.listPage  .searchTable td span{
    font-weight: 600;
    float: right;
}
.listPage  .searchTable td input,.listPage  .searchTable td select{
    background-color: #fafafa;
    box-shadow: none;
    padding:0 20px 0 10px;
    width: 100%;
    border: 1px solid #ddd!important;
    height: 34px;
}
.listPage  .input-sm{
    background-color: #fafafa;
    box-shadow: none;
    padding:0 10px;
    width: 102px!important;
    border: 1px solid #ddd!important;
    height: 34px;
    border-radius: 0%!important;
}
.listPage  .enquiries{
    width: 100px;
    height: 34px;
    background-color: #1e72ba!important;
    color: #fff;
    margin-left: 70px;
}
.listPage  .resetting{
    width: 100px;
    height: 34px;
    background-color: #ddd!important;
}
.listPage  .wrapTable{
    width: 985px;
    /* height: 455px; */
    padding: 20px;
    margin-top:10px;
    background-color: #fff;
}

.listPage  tr.header{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.listPage  .header td{
    border-bottom-color: #eee!important;
}
.listPage  .table{
    border-bottom-color: #eee!important;
}
.listPage  .table tr td{
    text-align: center;
}
.listPage .pageGroup{
    text-align: center
}
.listPage .pageGroup button{
    background-color: #fff;border: 1px solid #d9d9d9;border-radius: 2px;padding: 6px 12px;
}
.listPage .pageGroup button:focus{
    outline: none;
}
.listPage .pageGroup button.active{
    background-color: #278be1;color: #fff;border-color: #278be1;
}
.listPage .pageGroup button.active:hover{
    color: #fff;
}
.listPage .pageGroup button:hover{
    color: #278be1;
}

/*左边菜单栏*/
#side-menu,#side-menu>li>ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#side-menu>li{
    position: relative;
    display: block;
    border-bottom: 1px solid #edf3f8
}
#side-menu>li a{
    padding: 13px 20px 13px 15px;
    position: relative;
    display: block;
    color: #666;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
#side-menu>li>ul>li>a{
    margin-left: 27px
}
#side-menu>li>ul>li.active{
    /* background-color: #f3faff; */border-left: 2px solid #278be1;
}
#side-menu>li>ul>li.active>a{
    color: #278be1;
}
#side-menu>li a:hover{
    color: #278be1
}
#side-menu>li>ul>li .nav-second-level a{
    margin-left: 54px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fdfdfd;
}
#side-menu>li>ul>li.active>ul>li.actived>a{
    color: #278be1
}
.slimScrollDiv >* {
    overflow: hidden;
}